home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / include / gatt.h < prev    next >
C/C++ Source or Header  |  1995-07-03  |  913b  |  28 lines

  1. /*
  2.   The structure of the "get_attributes" verb
  3. */
  4. struct get_attributes {
  5.          char rsrv1[12];          /* Required for PORT */
  6. unsigned int  code;               /* Verb operation code */
  7. unsigned char e_cd;               /* Verb extension code */
  8. unsigned char rsrv2[5];
  9. unsigned int  prim_rc;            /* Primary return code */
  10. unsigned long sec_rc;             /* Secondary return code */
  11.          char tp_id[8];
  12. unsigned long conv_id;
  13.          char lu_id[8];
  14.          char rsrv3;
  15. unsigned char sync_level;
  16.          char mode_name[8];
  17.          char own_fq_lu_name[8];
  18.          char own_lu_name[8];
  19.          char partner_lu_name[8];
  20.          char partner_fq_luname_length;
  21.          char partner_fq_lu_name[17];
  22.          char init_security[8];
  23.          char sec_profile[4];
  24.          int  sec_userid;
  25.          char luw_identifier[8];
  26.          char conversation_correlator[8];
  27. };
  28.